hidden

If true, the view is invisible and does not respond to interactions. However, it still occupies layout space in the view hierarchy.

Type

1hidden?: boolean

Example

1<Text hidden={true}>This text is hidden</Text>